home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dbexpt.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  771 b   |  26 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DBExpt.pas' rev: 3.00
  6.  
  7. #ifndef DBExptHPP
  8. #define DBExptHPP
  9. #include <SysInit.hpp>
  10. #include <System.hpp>
  11.  
  12. //-- user supplied -----------------------------------------------------------
  13.  
  14. namespace Dbexpt
  15. {
  16. //-- type declarations -------------------------------------------------------
  17. //-- var, const, procedure ---------------------------------------------------
  18. extern PACKAGE void __fastcall Register(void);
  19.  
  20. }    /* namespace Dbexpt */
  21. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  22. using namespace Dbexpt;
  23. #endif
  24. //-- end unit ----------------------------------------------------------------
  25. #endif    // DBExpt
  26.